home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / include / init.h < prev    next >
C/C++ Source or Header  |  2000-01-01  |  220b  |  12 lines

  1. #ifndef _INIT_H_
  2. #define _INIT_H_
  3.  
  4. int INI_Load(char *nf);
  5. int INI_Save(char *nf);
  6.  
  7. int INI_Read(char *Section, char *Entry, char *Value);
  8. int INI_Write(char *Section, char *Entry, char *Value);
  9.  
  10. void INI_Free();
  11.  
  12. #endif